Skip to main content

Get My Lead Trades

Type: GET

Description: /v1/copy-trade-account/copy-trade/my-leaders

Limit Flow Rules

2/s/ip

Parameters

NameTypeMandatoryDefaultDescription
typenumberYesThe type of lead trade. Leader type, 1: current lead trades; 2: historical lead trades
directionstringNoNEXTQuery direction. PREV - previous page, NEXT - next page
limitnumberNo10Number of pages (1-100)
idobjectNoStart ID, e.g. 6216559590087220004

Response Example

Response
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": {
"hasNext": true,
"hasPrev": true,
"items": [
{
"accountId": 0, // account id
"avatar": "string", // avatar
"followMargin": 0, // follow amount
"followProfit": 0, // follow profit
"id": 0, // the id used for pagination query
"leaderName": "string" // nickname of lead trader
}
]
}
}